body {
    font-family: 'Noto Sans', sans-serif;
    background: url('images/background.png') no-repeat center center fixed;
    background-size: cover;
    color: white;
    margin: 0;
}

a {
    text-decoration: none;
    color: white;
}

a:hover {
    color: gold;
}